home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 6 / developer source - volume 6.iso / delph / aug95 / matc1f4.gif < prev    next >
Graphics Interchange Format  |  1996-11-15  |  35KB  |  800x600  |  4-bit (12 colors)
Labels: text | screenshot | software | graphics software | multimedia software | diagram | computer icon | editing
OCR: Delphi - Mdi File Edit Search View Compile Run Options Tools Help A ....... ....... .... ---- abT .OK ..... \Standard _Additional/Data Access /Data Controls /Dialogs /System /VBX Samples Object Inspector - frmMDIParent 4 New1: TMenultem File Window OnClick New1 Click + frmMDIParent.MainMenu1 File Window New Window Arrange Icons PARENT.PAS procedure TfrmMDIParent . New1Click (Sender: TObject) ; var frmChildTemp: TfrmMDIChild; begin frmChildTemp := TfrmMDIChild. Create (Self) ; frmChildTemp. Caption := IntToStr (MDIChildCount) ; end; 37 1 Insert Parent Child Properties Events